Skip to content

Cherry-pick #16206 to 7.x: Using specific pass for each host in redis output#16512

Merged
urso merged 1 commit intoelastic:7.xfrom
urso:backport_16206_7.x
Feb 24, 2020
Merged

Cherry-pick #16206 to 7.x: Using specific pass for each host in redis output#16512
urso merged 1 commit intoelastic:7.xfrom
urso:backport_16206_7.x

Conversation

@urso
Copy link
Copy Markdown

@urso urso commented Feb 24, 2020

Cherry-pick of PR #16206 to 7.x branch. Original message:

What does this PR do?

This PR adds support to redis output for multiple password

Why is it important?

It is useful when you have a multiple redis instances with different credentials.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works

Related issues

This PR adds support for redis URL schema when configuring the hosts. Each url can have it's own password, overwriting the outputs password setting. The URL scheme used can enable or disable TLS support as well. Using `redis` we always disable TLS, but when using `rediss` TLS will be enabled.

(cherry picked from commit 0d31ea2)
@urso urso merged commit bb95fa9 into elastic:7.x Feb 24, 2020
@urso urso deleted the backport_16206_7.x branch February 24, 2020 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants